hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
Atomic
hip
util
concurrency
Test for wrapping atomic operations in a structure
version(HipConcurrency)
struct
Atomic (
T
) {
import
core
.
atomic
;
;
auto
opAssign
(T value);
}
Alias This
v
Members
Functions
opAssign
auto
opAssign
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hip
util
concurrency
classes
DebugMutex
HipWorkerPool
HipWorkerThread
structs
Atomic
Volatile
Test for wrapping atomic operations in a structure